home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / plumber_2.swf / scripts / DefineButton2_311 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  105b  |  7 lines

  1. on(release){
  2.    _root.flow.start();
  3.    gotoAndStop("pump");
  4.    play();
  5.    handle.gotoAndPlay(2);
  6. }
  7.